home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- **
- ** Folder Name: BS
- ** File Name: Utilities.h
- **
- ** Copyright: © 1993 by Siren Enterprises, all rights reserved.
- **
- ** Description: Support routines for BeepSay
- **
- *******************************************************************************
- ** A U T H O R I D E N T I T Y
- *******************************************************************************
- **
- ** Initials Name
- ** -------- -----------------------------------------------
- ** kw Ken Wieschhoff
- **
- *******************************************************************************
- ** R E V I S I O N H I S T O R Y
- *******************************************************************************
- **
- ** Date Time Author Description
- ** -------- ----- ------ ---------------------------------------------
- ** 05/17/93 21:03 kw Original version
- **
- ******************************************************************************/
-
- #include "Resident.h"
-
- //•• Prototypes
- OSErr MakeA5World(register Handle A5Ref);
- long SetA5World(register Handle A5Ref);
- void RestoreA5World(register long oldA5);
- void DisposeA5World(register Handle A5Ref);
-
- //•• Declarations
- #define kBeepSaySignature 'BPSA'
- #define cKBPSAChangedResource 'BPSA'
- #define kBeepSayPrefs "\pBeepSay Prefs"
-
-
- #define kBeepSaySetState 'stat'
- #define kBeepSaySpeakPhrase 'spek'
-